C bindings adding some basic vTPM extensions to the API that
authorEwan Mellor <ewan@xensource.com>
Wed, 25 Oct 2006 16:30:17 +0000 (17:30 +0100)
committerEwan Mellor <ewan@xensource.com>
Wed, 25 Oct 2006 16:30:17 +0000 (17:30 +0100)
commit947025bc2fe5a8c5af85c4116a3f1891b7f570cb
treecdc679886f3d7112262f9ea3ad360df579d856db
parent8e9710138a5e494bc40e85e9c9790ddc83d1e900
C bindings adding some basic vTPM extensions to the API that
make its handling similar to that of VBD etc.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/libxen/Makefile
tools/libxen/include/xen_vm.h
tools/libxen/include/xen_vtpm.h [new file with mode: 0644]
tools/libxen/include/xen_vtpm_decl.h [new file with mode: 0644]
tools/libxen/src/xen_vm.c
tools/libxen/src/xen_vtpm.c [new file with mode: 0644]